-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Update Installation-Windows.md correcting tensor flow version #507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Corrected Wall Jump description
edit for tensorflow 1.4 newer versions require cuda 9 which is unsupported by this repo Unity-Technologies#313
|
Please make all PR to |
|
@vincentpierre changed |
docs/Installation-Windows.md
Outdated
|
|
||
| ### Install TensorFlow GPU | ||
| Next, install `tensorflow-gpu` using `pip`. In an Anaconda Prompt with the Conda environment ml-agents activated, type in the following command _(make sure you are connected to the internet)_: | ||
| Next, install `tensorflow-gpu` using `pip`. You'll need version 1.4.0 as newer version require CUDA 9 which is not yet supported. In an Anaconda Prompt with the Conda environment ml-agents activated, type in the following command _(make sure you are connected to the internet)_: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"as newer version" --> "as newer versions"
|
@sterlingcrispin - we had one last review feedback above. We can merge as soon as it incorporated. Thanks! |
sterlingcrispin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed plural typo
|
@mmattar hey got that updated |
|
Great - thanks @sterlingcrispin. |
edit for tensorflow 1.4 newer versions require cuda 9 which is unsupported by this repo
#313